home *** CD-ROM | disk | FTP | other *** search
- object frmReadSpan: TfrmReadSpan
- Left = 327
- Top = 277
- BorderStyle = bsDialog
- Caption = 'frmReadSpan'
- ClientHeight = 183
- ClientWidth = 319
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lSourceHelp: TLabel
- Left = 8
- Top = 16
- Width = 265
- Height = 41
- AutoSize = False
- Caption = 'lSourceHelp'
- WordWrap = True
- end
- object lDest: TLabel
- Left = 8
- Top = 96
- Width = 24
- Height = 13
- Caption = 'lDest'
- end
- object btnMerge: TButton
- Left = 154
- Top = 152
- Width = 75
- Height = 25
- Caption = 'btnMerge'
- Default = True
- TabOrder = 0
- OnClick = btnMergeClick
- end
- object btnCancel: TButton
- Left = 236
- Top = 152
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object edSource: TEdit
- Left = 8
- Top = 64
- Width = 265
- Height = 21
- TabOrder = 2
- end
- object edDest: TEdit
- Left = 8
- Top = 112
- Width = 265
- Height = 21
- TabOrder = 3
- end
- object btnSelSource: TButton
- Left = 286
- Top = 62
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 4
- OnClick = btnSelSourceClick
- end
- object btnSelDest: TButton
- Left = 286
- Top = 112
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 5
- OnClick = btnSelDestClick
- end
- object odSource: TOpenDialog
- DefaultExt = '.zip'
- Left = 216
- Top = 72
- end
- object sdDest: TSaveDialog
- DefaultExt = '.zip'
- Left = 216
- Top = 120
- end
- end
-